/*  main Block  */
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}
.width_80
{	width:82%;
	top:150px;
}
.width_80 .content-container
{	width:auto;
	
}
.width_80 .content-area
{	width:100%;
}
.width_80 .content-container
{	background:none;
}
.content-wrapper.floating .content-area
{	position:relative;
}
.bgcolor
{   background:#F4F5F7;
}
.management-wrap
{   padding:30px 0 15px;
    box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);
}
.management-detail, .technical-meeting-form, .faq-content, .latest-news-panel, .press-releases-wrap, .press-content, .testimonials, .knowldge-wraper
{ box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);
}
.press-releases-content img
{   max-width:100%;
}
.testimonials .main-form-view li
{   float:none;
}
/*  Breadcrumb  */
.width_80 .bread-crumb
{	margin-bottom: 4px;
}
.width_80 .bread-crumb li
{	color:#464646;
}
.bread-crumb li a
{	color:#464646;
}
/*  cms banner  */
.banner-pane
{	width:100%;
	margin-bottom:2px;
	height:auto;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);
}
.banner-pane:after
{	width:100%;
}
.banner-pane h2
{	top:auto;
	bottom:0;
	margin:0;
	border:none;
	background:url('../Content/img/black-80per.png') repeat 0 0;
	color:#FFF;
	padding:14px 30px;
	-webkit-transition:all 100ms ease-in;-moz-transition:all 100ms ease-in;-ms-transition:all 100ms ease-in;-o-transition:all 100ms ease-in;transition:all 100ms ease-in;
}
.width_80.floating .banner-pane h2
{	bottom:auto;
}
.banner-pane img
{	max-width:100%;
	/*display:none;*/
}
.banner-pane #contact-map img{
	max-width:inherit;
	display:block;
}
.banner-pane:after
{	background:none;
}
/*  Side Bar  */
.content-wrapper .sidebar
{	position:absolute;
	top:0;
	width:191px;
}
.content-wrapper .sidebar > ul
{	background:url('../Content/img/stripe_01.png') repeat;
}
.sidebar li
{	border-bottom-color:#3a3a3a;
	border-width:0 0 1px;
}
.sidebar li.last-item
{	border:none;
}
.sidebar > ul > li.first-item
{	padding-top:10px;
}
.sidebar li.active
{	background:rgba(0,0,0,0.34);
}
.sidebar li a
{	padding:8px 14px;
	color:#d6d6d6;
}
.sidebar li.active a
{	color:#838383;
}
.sidebar li a:hover
{	color:#fff;
}
.sidebar li ul li,
.sidebar li ul li.active 
{	border:none;
}
.sidebar li ul li.active a{
	color:#fff;
}
.sidebar li ul li a
{	font-weight:normal;
	padding:0;
	font-size:11px;
	color:#c1c1c1;
}
.sidebar .goto-top
{	background:url('../Content/img/top_btn.png') no-repeat center top;
	position:relative;
	left:0;
	height:38px;
	padding:0;
	width:100%;
	margin-top:10px;
}
.quick_links {
    background-color: #FFFFFF;
    height: 35px;
    position: relative;
	margin-bottom:8px;
}
.quick_links li
{	float:left;
	height:40px;
	border:none;
	background:none;
}
.quick_links li a.mail span{ display:none;}
.quick_links li>a
{	padding:0;
	height:35px;
	display:block;
	background:url('../Content/img/quick_btns.gif') no-repeat;
	text-indent:-9999em;
    cursor:pointer;
}
.quick_links li>a.print
{	background-position:0 0;
	width:53px;
}
.quick_links li>a.print:hover
{	background-position:0 bottom;
}
.quick_links li>a.mail
{	background-position:-53px 0;
	width:45px;
}
.quick_links li>a.mail:hover
{	background-position:-53px bottom;
	opacity:1;
}
.quick_links li>a.rate
{	background-position:-98px 0;
	width:45px;
}
.quick_links li>a.rate:hover
{	background-position:-98px bottom;
}
.quick_links li>a.share
{	background-position:-143px 0;
	width:48px;
}
.quick_links li a.share:hover, .quick_links li:hover a.share
{	background-position:-143px bottom;
}
.at16t_email
{   display:none;
}
.share-buttons
{   position:absolute;
    left:0;
    top:35px;
    z-index:9;
    background:#fff;
    width:100%;
    padding:16px 0;
    text-align:center;
    display:none;
	box-shadow:2px 1px 5px rgba(0,0,0,.5);
	-moz-box-shadow:2px 1px 5px rgba(0,0,0,.5);
	-webkit-box-shadow:2px 1px 5px rgba(0,0,0,.5);
}
.share-buttons .caret-01{
	background: url('../Content/img/caret-1.png') no-repeat  0 0 ;
    display: block;
    height: 6px;
    right:18px;
    position: absolute;
    right: 18px;
    top: -6px;
    width: 12px;
}
ul.sharethis{
	display:block;
	padding: 0 10px !important;
    text-align: center;
}
ul.sharethis li{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:28px;
	height:28px;
	position:relative;
	overflow:hidden;
	padding:0 !important;
	z-index:1;
	margin:0 7.3px;
}
ul.sharethis li a,
ul.sharethis li > span{
	display:block;
	width:28px;
	height:28px;
	background:url('../Content/img/share-btns.png') no-repeat  0 0 ;
	position:absolute;
	padding:0;
	z-index:2;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
ul.sharethis li .twitter-share-button{
	width:28px;
	height:28px;
	
	overflow:hidden;
   /*position:absolute;
	left:0;
	top:-28px;
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/ 
	z-index:2;
	
}
ul.sharethis li.facebook a{
	background-position:-29px 0;
}
ul.sharethis li.facebook:hover a{
	background-position:-29px -30px;
}
ul.sharethis li.twitter span{
	background-position:0 0;
}
ul.sharethis li.twitter:hover span{
	background-position:0 -30px;
}
ul.sharethis li.linkedin a{
	background-position:-58px 0;
}
ul.sharethis li.linkedin:hover a{
	background-position:-58px -30px;
}
ul.sharethis li.gplus a{
	background-position:-116px 0;
}
ul.sharethis li.gplus:hover a{
	background-position:-116px -30px;
}
.quick_links li:hover .share-buttons
{   display:block;
}
/*  2coloumn  */
.section-quickview
{	 background: none;
    margin: 8px 0;
    padding: 0;
}
.section-quickview li
{	padding:0;
	width:50%;
}
.section-quickview li .box_01
{	background:#fff;
	padding:15px 20px;
	margin-left: 4px;
	min-height:144px;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);
}
.section-quickview li.first-item .box_01
{	  margin: 0 4px 0 0;
}
.section-quickview figure.grid_img
{	position:relative;
	width:100%;
	height:auto;
	float:none;
	margin-bottom:6px;
	overflow:hidden;
}
.section-quickview figure.grid_img figcaption
{	position:absolute;
	bottom:0;
	z-index:5;
	text-transform:uppercase;
	width:100%;
	background:url('../Content/img/thumb-heading-bg.png') repeat-x 0 0;
	height:66px;
}
.section-quickview h6
{	font-weight:normal;
}
.section-quickview figure.grid_img figcaption a
{	color:#fff;
	display:block;
	padding:0 6px;
	position:absolute;
	bottom:2px;
}
.section-quickview figure.grid_img figcaption a:hover{
	color:#FF7409;
}
.section-quickview p a
{	text-decoration:underline;
	color:#fc8805;
	display:block;
	/*padding:5px 0 0;*/
}
.section-quickview p a:hover
{	text-decoration:none;
}
/*  cms slider  */
.content-slider-wrapper
{	
	position:relative;
	margin-bottom:20px;
	z-index:2;
}
.plusslider
{	width:100% !important;
}
#content-slider li.slider-item
{	width:100% !important;
	padding:0;
}
.bxslider .pad_02.pad-less
{	padding: 25px 20px;
}
.bxslider .pad_02{
	padding: 30px 40px;
} 
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left:0;
}
/* LOADER */
.bx-wrapper .bx-loading
{	min-height: 50px;
	background: url('../Content/img/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager 
{	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	z-index: 9999;
	
}
.news_wrapper .bx-wrapper .bx-pager {
	z-index:98;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #b6b7ba;
	text-indent: -9999px;
	display: block;
	width: 9px;
	height: 9px;
	margin: 0 3px;
	outline: 0;
	padding:0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f46c04;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
	width:27px;height:46px;display:block;position:absolute;top:60px;z-index:99;background-image:url('../Content/img/slider-nav.png');background-repeat:no-repeat;text-indent:-99999em;cursor:pointer;
}
.bx-wrapper .bx-prev {
	left:0;background-position:0 0;
}
.bx-wrapper .bx-next {
	right:0;background-position:-81px 0;
}
.bx-wrapper .bx-prev:hover {
	background-position:-27px 0;
}
.bx-wrapper .bx-next:hover {
	background-position:-54px 0;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
/*  Projects  */
.gallery-thumb-wraper .gallery-play-head
{	margin:0;
}
.gallery-thumb ul
{	margin-left:0;
}
.project_thump ul
{	margin-left:0;
}
.gallery-thumb ul li
{	
	width:49%;
}
.project_thump ul li
{   
	width:48.2%;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);
}
.project_thump ul li.even{
	 margin:21px 0 0 0;
}
.iconic-projects ul li a
{	width:100%;
 	height:auto;
 	text-align:center;
 	top:0;
	height:100%;
	
}

.gallery-thumb ul li img
{	max-width:100%;
	display:none;
	transition: opacity .25s ease-in-out;-moz-transition: opacity .25s ease-in-out;-webkit-transition: opacity .25s ease-in-out;
}
.gallery-wraper .gallery-thumb ul li img{
	display:block;
}
.list-view .iconic-projects li
{	width:100%;
	margin-right: 0;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);
}
.pro_category
{   padding-bottom:21px;
}
.pro_category ul li
{	width:31%;
	overflow:hidden;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.12);
}
.pro_category ul li .play-icon{
	display:block;
	width:70px;
	height:36px;
	background: url('../Content/img/play-icon.png') 0 0 no-repeat;
	position:absolute;
	left:-20px;
	top:14px;
	z-index: 1;
	transition: left .25s ease-in-out;
   -moz-transition: left .25s ease-in-out;
   -webkit-transition: left .25s ease-in-out;
   z-index:2;
}
.pro_category ul li:hover .play-icon{
	left:-10px;
}
.pro_category ul li.last-row{
	margin:21px 0 0 0;
}
.pro_category ul li figure, .gallery-thumb ul li figure
{   background:#000;
	text-align:center;
}
.pro_category ul li:hover figure img, .gallery-thumb ul li:hover figure img
{   opacity:0.5;
}
/*.pro_category ul li.even
{	float:left;
}*/
.pro_detail
{	border:0;
	padding:0;
	
}
.pro_detail figure img
{	width:auto;
	max-width:100%;
	display:none;
}
.iconic-projects ul li a
{   background:none;
}
.list-view .iconic-projects ul
{   margin:0;
}
.project_thump
{   padding-bottom:21px;
}
/* menu */
.home_wrapper .main-nav
{   width:82%;
}
.main-nav.floating
{	width:82% !important;
}
.main-nav .close-nav
{	width:29px;
}
.search_area span
{	position:relative;
	width:100%;
	height:39px;
	display:block;
	padding:10px 0 0;
}
.search_area span input[type="text"]
{	
	border:1px solid #ec7800;
	border-radius:25px;
	width:70%;
	max-width:225px;
	font-size:11px;
	color:#949393;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 9%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#fafafa), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 9%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 9%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 9%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 9%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
        box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.24);
	    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.search_area span input[type="text"]:focus
{	width:90%;
}
.search_area span input[type="button"]
{	position:absolute;
	top:16px;
	width:17px;
	height:18px;
	border:none;
	cursor:pointer;
    text-indent:-9999px;
}
/*  Drop Menu */
.main-nav li:hover a
{	background:#FFF;
	color:#ec7701;
}
.main-nav .sub-navigation li
{	padding:5px 15px 15px;
}
.main-nav .sub-navigation li a
{	background:none;
	padding:3px 0;
	font-weight:normal;
	font-size:12px;
	text-transform:uppercase;
	color:#383939;
}
.main-nav .sub-navigation li a:hover
{	background:none;
}
.main-nav .sub-navigation li li ul a, .main-nav .sub-navigation li li ul a:hover
{	background:none;
	text-transform:capitalize;
}
.main-nav .sub-navigation.right-align
{	margin-right: -285px;
    right: 50% ;
}
.main-nav .sub-navigation li.imageli
{	background:url('../Content/img/img_libg.png') repeat-y right 0;
	padding:5px 16px 15px;
	width:218px !important;
}
.main-nav .sub-navigation li.imageli ul{padding:0;}
.main-nav .sub-navigation li.imageli ul li a{position:relative;background-image:none!important;padding:10px 0 0px 0px!important;color:#fff;} 
.imageli ul li a span{position:absolute;bottom:0;left:0;color:White;background-color:rgba(0,0,0,0.8);padding:3px 5px;width:208px;font-weight:bold;text-transform:capitalize;font-size:15px;color:#fff;}.imageli ul li a span:hover{color:#F98602;}
/*  Side Bar  */
.side-nav
{	top:45%;
}
.side-nav li.news_btn
{	height:62px;
	border:none;
	cursor:pointer;
}
.side-nav li:hover.news_btn
{	background-position:0 bottom;
}
.side-nav li a.news_dtl
{	width:35px;
	height:37px;
	display:block;
	position:absolute;
	top:0;
	z-index:9;
	padding:0;
}
.side-nav li a:hover.news_dtl
{	background-position:0 bottom;
}
.news_wrapper
{	width:374px;
	height:302px;
	background:url('../Content/img/gary-90.png') repeat 0 0;
	position:absolute;
	top:-50px;
	visibility:hidden;
	-webkit-animation-duration:500ms;-moz-animation-duration:500ms;-o-animation-duration:500ms;animation-duration:500ms;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
	
}
.side-nav li:hover .news_wrapper
{	visibility:visible;
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.slider_wrapper
{	height:244px;
	padding:17px 28px 0;
}
.slide_ctrl
{	border-top:1px solid #cdd1d4;
}
.slider_wrapper ul
{	padding:0;
	margin:0;
}
.slider_wrapper ul li
{	border:none;
	height:auto;
}
.slider_wrapper i
{	display:block;
	font-size:11px;
	color:#6e6d6d;
	text-transform:uppercase;
	display:block;
	font-style:normal;
	background:url('../Content/img/icon_01.png') no-repeat 0 3px;
	padding:0 0 10px 12px;
}
.slider_wrapper p
{	
	color:#464646;
}
.slider_wrapper .bx-wrapper .bx-controls-direction a
{	padding:0;
	top:auto;
	bottom:0;
	height:40px;
}
.slider_wrapper .bx-wrapper .bx-prev
{	width:120px;
	background:url('../Content/img/slider_nav.png') no-repeat 0 0;
}
.slider_wrapper .bx-wrapper .bx-next
{	width:103px;
	background:url('../Content/img/news_next.png') no-repeat 0 0;
}
.slider_wrapper .bx-wrapper .bx-controls-direction a:hover
{	background-position:0 bottom;
}
.slider_wrapper .bx-wrapper .bx-pager
{	height:40px;
}
.slider_wrapper .bx-wrapper .bx-pager .bx-pager-item
{	margin-top:17px;
}
.btm-nav li.scl_icon a
{	padding:0;
	height:37px;
	display:block;
	float:left;
	width:39px;
	background:url('../Content/img/scl_icons.gif') no-repeat;
	text-indent:-9999em;
}
.btm-nav li.scl_icon a.fb
{	background-position:0 0;
}
.btm-nav li.scl_icon a:hover.fb
{	background-position:0 bottom;
}
.btm-nav li.scl_icon a.yb
{	background-position:-39px 0;
}
.btm-nav li.scl_icon a:hover.yb
{	background-position:-39px bottom;
}
.btm-nav li.scl_icon a.linkdin
{	background-position:-78px 0;
	width:38px;
}
.btm-nav li.scl_icon a:hover.linkdin
{	background-position:-78px bottom;
}
.group_drop{position:absolute;left:116px;top:-50px;background:#fff;width:588px;padding:24px 24px 23px;text-align:left;-webkit-box-shadow:3px 2px 5px rgba(0, 0, 0, 0.5);-moz-box-shadow:3px 2px 5px rgba(0, 0, 0, 0.5);box-shadow:3px 2px 5px rgba(0, 0, 0, 0.5);display:none;opacity:0;}.group_drop:before{width:0;height:0;content:'';position:absolute;top:60px;left:-7px;border-width:7px 7px 7px 0;border-style:solid;border-color:transparent #fff transparent transparent;}
.group_drop li
{	float:left;
	margin:0 1px 1px 0;
}	
.group_drop li a
{	display:block;
	width:195px;
	height:39px;
	background:#f5f5f5;
}
.group_drop li a:hover
{	background:#e9e9e9;
}
.pagination
{	position:absolute;
	width:100%;
	left:0;
	bottom:55px;
	text-align:center;
}
.pagination a
{	width:19px;
	height:21px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	background:url('../Content/img/home_ctrls.png') no-repeat 0 0;
	text-indent:-99999em;
}
.pagination a.selected
{	background-position:0 bottom;
}
.contact-tabed .main-form-view li textarea{
	width:223px;
}
.business_associates{
	display:block;
}
.business_associates li {
	width:25%;	
}
.business_associates figure{
	width:100%;
	border-bottom:1px solid #eaeaeb;border-right:1px solid #eaeaeb;
}
.business_associates figure img{
	width:68%;
}
.business_associates .overview-block{
	left:100%;
}
.business_associates .overview-block.block-left{
	right:100%;
}
.bgdark{
	background:url('../Content/img/black-80per.png') repeat  0 0 ;
}
.newsslider li p:hover{
	color: #FF7409;
}
ul#ulcerts li figure img,
ul#ulprjts li figure img,
ul#ulawards li figure img,
.timeline .item .imgclass{
	display:none;
}
.client-testimonials h2{
	margin-top:8px;
}
@media only screen and (max-width: 1200px) {
	.main-nav a
	{	font-size:12px;
	}
	.project-detail-right{
		width:16%;	
	}
	.management li{
		 min-height: 285px;
	}
}
@media only screen and (max-width: 1150px) {
	.main-nav a, .main-nav.floating a
	{	padding:15px 9px;
	}
	.knowldge-content-left {
	width: 474px;
	}
	.project-detail-right{
		width:14%;	
	}
	.management li {
   	 min-height: 265px;
	}
}
@media only screen and (max-width: 990px) {
	.width_80, .home_wrapper .main-nav
	{	
		width:800px;
	}
	.main-nav a, .main-nav.floating a
	{	padding:15px 6px;
	}
	.main-nav.floating
	{	width:800px !important;
	}
	.photo-thumb ul li a
	{   top:15%;
	}  
	.knowldge-content-left {
		width: 460px;
	} 
	.project-detail-right{
		width:14%;	
	}
	.management li {
   	 min-height: 255px;
	}
}
.error-404{
	display:block;
	width:580px;
	margin:110px auto 0;
}
.error-404 h5{
	font-size:19px;
	padding-left:11px;
	margin:15px 0 5px;
}
.error-404 p{
	font-size:20px;
	padding-left:11px;
	margin:0;
}
.msgbox{
	display:block;
	padding-left:70px;
	background:url('../Content/img/msg-ok.png') no-repeat  0 0 ;

}
.msgbox h5{
	font-size:22px;
	color:#3e4956;
	margin:0;
}
.msgbox span{
	font-size:20px;
	color:#9099a3;
	display:block;
	margin:0 0 20px;
}
.msgbox p{
	color:#3e4956;
	font-size:14px;
	margin:0;
	line-height:20px;
}
.msgbox-01{
	background:#fff url('../Content/img/msg-ok.png') no-repeat 12px 18px;
	margin-bottom:8px;
	 box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
	padding:15px 15px 15px 78px;
	
}
.msgbox-01 span{
	margin-bottom:0;
}
.latest-news ul li.last-item, .press-releases-content li.last-item, #library li.last-item
{	border:none;
}